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

Unified Diff: cc/surfaces/display.h

Issue 2096843002: mus+ash: Enable Chrome HW rendering in mus+ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 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/surfaces/display.cc » ('j') | cc/surfaces/display.cc » ('J')
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 c9778ddb0590ab6e4aa1673dc56635ff48e0b0b1..d3386183a00105c83553bda50c10a9858c3e5fc8 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -32,9 +32,9 @@ class Size;
namespace cc {
class BeginFrameSource;
-class DirectRenderer;
class DisplayClient;
class OutputSurface;
+class Renderer;
class RendererSettings;
class ResourceProvider;
class SharedBitmapManager;
@@ -138,7 +138,7 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
std::unique_ptr<ResourceProvider> resource_provider_;
std::unique_ptr<SurfaceAggregator> aggregator_;
std::unique_ptr<TextureMailboxDeleter> texture_mailbox_deleter_;
- std::unique_ptr<DirectRenderer> renderer_;
+ std::unique_ptr<Renderer> renderer_;
std::vector<ui::LatencyInfo> stored_latency_info_;
private:
« no previous file with comments | « no previous file | cc/surfaces/display.cc » ('j') | cc/surfaces/display.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698