summaryrefslogtreecommitdiffstats
path: root/views/widget/root_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/root_view.cc')
-rw-r--r--views/widget/root_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/root_view.cc b/views/widget/root_view.cc
index 367c720..becc57a 100644
--- a/views/widget/root_view.cc
+++ b/views/widget/root_view.cc
@@ -159,7 +159,7 @@ void RootView::ProcessPaint(gfx::Canvas* canvas) {
return;
// Clear the background.
- canvas->drawColor(SK_ColorBLACK, SkPorterDuff::kClear_Mode);
+ canvas->drawColor(SK_ColorBLACK, SkXfermode::kClear_Mode);
// Save the current transforms.
canvas->save();