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

Unified Diff: skia/ext/canvas_paint.h

Issue 7464027: Wayland support for views. views_desktop on Wayland. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merged native_menu_wayland and native_menu_x and styling fixes Created 9 years, 4 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 | skia/ext/canvas_paint_wayland.h » ('j') | skia/ext/canvas_paint_wayland.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/canvas_paint.h
diff --git a/skia/ext/canvas_paint.h b/skia/ext/canvas_paint.h
index f052fb59094f847e8c27e410d40061d04cf05d93..87118bd31e4de6b6d9be7ecb6586125ba1955b40 100644
--- a/skia/ext/canvas_paint.h
+++ b/skia/ext/canvas_paint.h
@@ -14,7 +14,11 @@
#elif defined(__APPLE__)
#include "skia/ext/canvas_paint_mac.h"
#elif defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__sun)
+#if defined(USE_WAYLAND)
+#include "skia/ext/canvas_paint_wayland.h"
+#else
#include "skia/ext/canvas_paint_linux.h"
#endif
+#endif
#endif // SKIA_EXT_CANVAS_PAINT_H_
« no previous file with comments | « no previous file | skia/ext/canvas_paint_wayland.h » ('j') | skia/ext/canvas_paint_wayland.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698