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

Unified Diff: sky/viewer/cc/web_layer_impl.cc

Issue 731863003: Remove CSSCompositing (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: preland Created 6 years, 1 month 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/viewer/cc/web_layer_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/cc/web_layer_impl.cc
diff --git a/sky/viewer/cc/web_layer_impl.cc b/sky/viewer/cc/web_layer_impl.cc
index 3256fea3a8ed7005e990b5b6fefb74a4dfc75093..4b64e366f5263b8271bcc8bfa375706bc8889c28 100644
--- a/sky/viewer/cc/web_layer_impl.cc
+++ b/sky/viewer/cc/web_layer_impl.cc
@@ -150,14 +150,6 @@ blink::WebBlendMode WebLayerImpl::blendMode() const {
return BlendModeFromSkia(layer_->blend_mode());
}
-void WebLayerImpl::setIsRootForIsolatedGroup(bool isolate) {
- layer_->SetIsRootForIsolatedGroup(isolate);
-}
-
-bool WebLayerImpl::isRootForIsolatedGroup() {
- return layer_->is_root_for_isolated_group();
-}
-
void WebLayerImpl::setOpaque(bool opaque) {
layer_->SetContentsOpaque(opaque);
}
« no previous file with comments | « sky/viewer/cc/web_layer_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698