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

Unified Diff: dm/DM.cpp

Issue 269723004: Fix type in DM/mesa (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DM.cpp
diff --git a/dm/DM.cpp b/dm/DM.cpp
index ef5c0f6a5b9364d78e6d05bb8d56d771dec8af03..becdc50bcd3649f458c9423aaa8af487a7aa036d 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -70,7 +70,7 @@ native;
#endif
static const GrContextFactory::GLContextType mesa =
#if SK_MESA
-GLContextFactory::kMESA_GLContextType;
+GrContextFactory::kMESA_GLContextType;
#else
native;
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698