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

Unified Diff: compositor/gl/opengl_visitor.h

Issue 6793005: Add the xrender backend to the window manager. (Closed) Base URL: ssh://gitrw.chromium.org:9222/window_manager.git@master
Patch Set: Address fourth round of comments. Created 9 years, 9 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 | « SConstruct ('k') | compositor/gl/opengl_visitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compositor/gl/opengl_visitor.h
diff --git a/compositor/gl/opengl_visitor.h b/compositor/gl/opengl_visitor.h
index 1c3fb041f000fa1fe54a7038978c87e417fb1527..e1c2146a7f70a7a0d904ddff101880cd99922d97 100644
--- a/compositor/gl/opengl_visitor.h
+++ b/compositor/gl/opengl_visitor.h
@@ -84,7 +84,7 @@ class OpenGlDrawVisitor : virtual public RealCompositor::ActorVisitor {
damaged_region_ = damaged_region;
}
- void BindImage(const ImageContainer* container,
+ void BindImage(const ImageContainer& container,
RealCompositor::ImageActor* actor);
virtual void VisitActor(RealCompositor::Actor* actor) {}
« no previous file with comments | « SConstruct ('k') | compositor/gl/opengl_visitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698