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

Unified Diff: sky/shell/shell.h

Issue 891143002: Teach SkyShell how to draw with Ganesh (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Moar comments Created 5 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 | « sky/shell/gpu_driver.cc ('k') | sky/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/shell.h
diff --git a/sky/shell/shell.h b/sky/shell/shell.h
index fdf65f959a22cdc88fb87b3a8dce1b67d96d1cf7..eb69f669b06d2570968d959ccb82ec6d02d9d3d3 100644
--- a/sky/shell/shell.h
+++ b/sky/shell/shell.h
@@ -8,7 +8,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "sky/shell/gpu_driver.h"
+#include "sky/shell/gpu/rasterizer.h"
#include "sky/shell/sky_view.h"
namespace base {
@@ -35,7 +35,7 @@ class Shell : public SkyView::Delegate {
scoped_ptr<base::Thread> gpu_thread_;
scoped_ptr<SkyView> view_;
- scoped_ptr<GPUDriver> gpu_driver_;
+ scoped_ptr<Rasterizer> rasterizer_;
DISALLOW_COPY_AND_ASSIGN(Shell);
};
« no previous file with comments | « sky/shell/gpu_driver.cc ('k') | sky/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698