mirror of
https://github.com/servo/servo.git
synced 2025-09-15 17:38:23 +01:00
chore: Rename CompositeTarget
enum (#35263)
* chore: Rename CompositeTarget enum Signed-off-by: DK Liao <dklassic@gmail.com> sync name in other documents Signed-off-by: DK Liao <dklassic@gmail.com> sync more name in other documents Signed-off-by: DK Liao <dklassic@gmail.com> * Fix Android/ohos Signed-off-by: DK Liao <dklassic@gmail.com> --------- Signed-off-by: DK Liao <dklassic@gmail.com>
This commit is contained in:
parent
24ead9c3a9
commit
4461380792
6 changed files with 18 additions and 15 deletions
|
@ -113,7 +113,7 @@ pub fn init(
|
|||
embedder_callbacks,
|
||||
window_callbacks.clone(),
|
||||
None,
|
||||
CompositeTarget::Window,
|
||||
CompositeTarget::ContextFbo,
|
||||
);
|
||||
|
||||
SERVO.with(|s| {
|
||||
|
|
|
@ -114,7 +114,7 @@ pub fn init(
|
|||
embedder_callbacks,
|
||||
window_callbacks.clone(),
|
||||
None, /* user_agent */
|
||||
CompositeTarget::Window,
|
||||
CompositeTarget::ContextFbo,
|
||||
);
|
||||
|
||||
let servo_glue = ServoGlue::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue