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

Unified Diff: skia/ext/canvas_paint.h

Issue 10009024: Remove WAYLAND port (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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 | « content/browser/renderer_host/image_transport_client_linux.cc ('k') | skia/ext/canvas_paint_wayland.h » ('j') | no next file with comments »
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 89923b660129649c9cb864a07d3cad9efbdf79b2..d1925d98719d0fe5593033076b4c4a2b742904a8 100644
--- a/skia/ext/canvas_paint.h
+++ b/skia/ext/canvas_paint.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -14,12 +14,10 @@
#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"
-#elif defined(TOOLKIT_GTK)
+#if defined(TOOLKIT_GTK)
#include "skia/ext/canvas_paint_gtk.h"
#else
-#include "skia/ext/canvas_paint_x.h"
+#error "No canvas paint for this platform"
#endif
#endif
« no previous file with comments | « content/browser/renderer_host/image_transport_client_linux.cc ('k') | skia/ext/canvas_paint_wayland.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698