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

Unified Diff: cc/surfaces/display.h

Issue 1406643002: Stash: Alternate prototype for NativeLayer renderer with GL fallback Base URL: https://chromium.googlesource.com/chromium/src.git@solid
Patch Set: Created 5 years, 2 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 | « cc/output/native_layer_renderer.cc ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/display.h
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
index b849b461afb69bbf506b9a330635e8e3edc7d171..739f1a4bf7594c7cbc5b492eb23cbd2cbd67edf2 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -28,7 +28,6 @@ class Size;
namespace cc {
-class DirectRenderer;
class DisplayClient;
class OutputSurface;
class RendererSettings;
@@ -112,7 +111,7 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
DisplayScheduler* scheduler_;
scoped_ptr<ResourceProvider> resource_provider_;
scoped_ptr<SurfaceAggregator> aggregator_;
- scoped_ptr<DirectRenderer> renderer_;
+ scoped_ptr<Renderer> renderer_;
scoped_ptr<TextureMailboxDeleter> texture_mailbox_deleter_;
std::vector<ui::LatencyInfo> stored_latency_info_;
« no previous file with comments | « cc/output/native_layer_renderer.cc ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698