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

Unified Diff: mojo/skia/ganesh_surface.cc

Issue 891143002: Teach SkyShell how to draw with Ganesh (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: build fix 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 | « no previous file | sky/shell/BUILD.gn » ('j') | sky/shell/gpu/ganesh_context.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/skia/ganesh_surface.cc
diff --git a/mojo/skia/ganesh_surface.cc b/mojo/skia/ganesh_surface.cc
index 2576db0a41407aba5c504a3b122c2f529a0b34d9..0292af5215e191d4c16a2ceb91203d9deaf048b4 100644
--- a/mojo/skia/ganesh_surface.cc
+++ b/mojo/skia/ganesh_surface.cc
@@ -4,6 +4,8 @@
#include "mojo/skia/ganesh_surface.h"
+#include "base/logging.h"
eseidel 2015/02/01 08:31:34 ?
abarth-chromium 2015/02/01 08:34:17 Yeah, this wasn't needed. Removed in most recent
+
namespace mojo {
GaneshSurface::GaneshSurface(GaneshContext* context,
« no previous file with comments | « no previous file | sky/shell/BUILD.gn » ('j') | sky/shell/gpu/ganesh_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698