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

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

Issue 893093002: Delete remaining masks dead code. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/engine/platform/graphics/GraphicsTypes.h ('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 fa357f563249a0b59f5c8bd9db3b57a0136af291..27fb93086479c0834f50f5a19eb6598245c9a25b 100644
--- a/sky/engine/public/platform/WebLayer.h
+++ b/sky/engine/public/platform/WebLayer.h
@@ -62,10 +62,6 @@ public:
virtual void setBounds(const WebSize&) = 0;
virtual WebSize bounds() const = 0;
- virtual void setMasksToBounds(bool) = 0;
- virtual bool masksToBounds() const = 0;
-
- virtual void setMaskLayer(WebLayer*) = 0;
virtual void setReplicaLayer(WebLayer*) = 0;
virtual void setOpacity(float) = 0;
« no previous file with comments | « sky/engine/platform/graphics/GraphicsTypes.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698