Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Unified Diff: ui/compositor/layer_type.h

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: Only create ClientSurfaceEmbedder if window is visible. Trash it otherwise. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/compositor/layer_type.h
diff --git a/ui/compositor/layer_type.h b/ui/compositor/layer_type.h
index 9831916ee7d6c8c3c060dc061ae7904b0ca6d0ee..afd100376af5aa8bd6129aa217f273b1977fef55 100644
--- a/ui/compositor/layer_type.h
+++ b/ui/compositor/layer_type.h
@@ -20,6 +20,9 @@ enum LayerType {
// A layer based on the NinePatchLayer class.
LAYER_NINE_PATCH = 3,
+
+ // Layer is filled in remotely,
+ LAYER_SURFACE = 4,
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698