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

Unified Diff: cc/output/direct_renderer.h

Issue 334133002: cc: Support on demand raster with ganesh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: RunOnDemandRasterTask Created 6 years, 6 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 | « no previous file | cc/output/direct_renderer.cc » ('j') | cc/test/pixel_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/direct_renderer.h
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
index 0035ec29a5f030e70950fca6b58ea39559830f06..b5024739d71dbb42eaffad21af9a36096589fc13 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -134,8 +134,6 @@ class CC_EXPORT DirectRenderer : public Renderer {
private:
gfx::Vector2d enlarge_pass_texture_amount_;
- NamespaceToken on_demand_task_namespace_;
-
DISALLOW_COPY_AND_ASSIGN(DirectRenderer);
};
« no previous file with comments | « no previous file | cc/output/direct_renderer.cc » ('j') | cc/test/pixel_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698