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

Unified Diff: sky/engine/public/platform/WebLayer.h

Issue 1161623004: Remove backface visibility (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « sky/engine/core/rendering/style/StyleRareNonInheritedData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebLayer.h
diff --git a/sky/engine/public/platform/WebLayer.h b/sky/engine/public/platform/WebLayer.h
index 27fb93086479c0834f50f5a19eb6598245c9a25b..5282945141cca6a02a87e1d8d9f40c9b2b8a34f6 100644
--- a/sky/engine/public/platform/WebLayer.h
+++ b/sky/engine/public/platform/WebLayer.h
@@ -94,15 +94,6 @@ public:
// position rather than their tree order.
virtual void setRenderingContext(int id) = 0;
- // Mark that this layer should use its parent's transform and double-sided
- // properties in determining this layer's backface visibility instead of
- // using its own properties. If this property is set, this layer must
- // have a parent, and the parent may not have this property set.
- // Note: This API is to work around issues with visibility the handling of
- // WebKit layers that have a contents layer (canvas, plugin, WebGL, video,
- // etc).
- virtual void setUseParentBackfaceVisibility(bool) = 0;
-
virtual void setBackgroundColor(WebColor) = 0;
virtual WebColor backgroundColor() const = 0;
« no previous file with comments | « sky/engine/core/rendering/style/StyleRareNonInheritedData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698