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

Unified Diff: ui/compositor/layer_delegate.h

Issue 2514303004: WIP - mask a view's layer by its view coordinates
Patch Set: manual clip Created 4 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
Index: ui/compositor/layer_delegate.h
diff --git a/ui/compositor/layer_delegate.h b/ui/compositor/layer_delegate.h
index 002bb4b81fc306b63b4ddb617d2d34af67250cee..3eedc300c3342ffb5925423312c97c7078a8f354 100644
--- a/ui/compositor/layer_delegate.h
+++ b/ui/compositor/layer_delegate.h
@@ -30,7 +30,6 @@ class COMPOSITOR_EXPORT LayerDelegate {
// Invoked when the bounds have changed.
virtual void OnLayerBoundsChanged(const gfx::Rect& old_bounds);
- protected:
virtual ~LayerDelegate() {}
};

Powered by Google App Engine
This is Rietveld 408576698