mirror of
https://github.com/servo/servo.git
synced 2025-08-20 21:05:34 +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
|
@ -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