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

Unified Diff: ui/gfx/compositor/layer.h

Issue 9297041: Merge Compositor and CompositorCC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/gfx/compositor/layer.h
diff --git a/ui/gfx/compositor/layer.h b/ui/gfx/compositor/layer.h
index b1477cbbf456e10efc33f57ef6b02d4177620193..ab21b8cbb34c52fd1fa65f0eac5756988349a243 100644
--- a/ui/gfx/compositor/layer.h
+++ b/ui/gfx/compositor/layer.h
@@ -163,9 +163,6 @@ class COMPOSITOR_EXPORT Layer :
// single-compositor world.
void SetExternalTexture(ui::Texture* texture);
- // Resets the canvas of the texture.
- void SetCanvas(const SkCanvas& canvas, const gfx::Point& origin);
-
// Adds |invalid_rect| to the Layer's pending invalid rect and calls
// ScheduleDraw().
void SchedulePaint(const gfx::Rect& invalid_rect);

Powered by Google App Engine
This is Rietveld 408576698