| 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
|
|
|
|
|