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

Unified Diff: ui/aura/window.h

Issue 9297041: Merge Compositor and CompositorCC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index cf3eb94550d5402b4a2ecab27869cd5c80aa8030..457cb5044c9a455e9c1ddf241f0b7fd14b9c925d 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -139,9 +139,6 @@ class AURA_EXPORT Window : public ui::LayerDelegate {
// Marks the a portion of window as needing to be painted.
void SchedulePaintInRect(const gfx::Rect& rect);
- // Sets the contents of the window.
- void SetCanvas(const SkCanvas& canvas, const gfx::Point& origin);
-
// Assigns a new external texture to the window's layer.
void SetExternalTexture(ui::Texture* texture);
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698