summaryrefslogtreecommitdiffstats
path: root/views/widget/root_view_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/root_view_gtk.cc')
-rw-r--r--views/widget/root_view_gtk.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/widget/root_view_gtk.cc b/views/widget/root_view_gtk.cc
index 61bb5f5..9010960 100644
--- a/views/widget/root_view_gtk.cc
+++ b/views/widget/root_view_gtk.cc
@@ -6,7 +6,7 @@
#include <gtk/gtk.h>
-#include "app/gfx/chrome_canvas.h"
+#include "app/gfx/canvas.h"
#include "base/logging.h"
#include "third_party/skia/include/core/SkColor.h"
@@ -17,7 +17,7 @@ void RootView::UpdateCursor(const MouseEvent& e) {
}
void RootView::OnPaint(GdkEventExpose* event) {
- ChromeCanvasPaint canvas(event);
+ gfx::CanvasPaint canvas(event);
if (!canvas.isEmpty()) {
SchedulePaint(gfx::Rect(canvas.rectangle()), false);