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

Unified Diff: ui/gfx/blit.h

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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 | « ui/compositor/paint_recorder.cc ('k') | ui/gfx/blit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/blit.h
diff --git a/ui/gfx/blit.h b/ui/gfx/blit.h
index b4a76ae13b6926deef7dd14a078634654796658c..1438ee431ec6742072cc8ba0c94db239863d19ad 100644
--- a/ui/gfx/blit.h
+++ b/ui/gfx/blit.h
@@ -5,10 +5,10 @@
#ifndef UI_GFX_BLIT_H_
#define UI_GFX_BLIT_H_
+#include "skia/ext/cdl_common.h"
#include "ui/gfx/gfx_export.h"
#include "ui/gfx/native_widget_types.h"
-class SkCanvas;
namespace gfx {
@@ -18,7 +18,7 @@ class Vector2d;
// Scrolls the given subset of the given canvas by the given offset.
// The canvas should not have a clip or a transform applied, since platforms
// may implement those operations differently.
-GFX_EXPORT void ScrollCanvas(SkCanvas* canvas,
+GFX_EXPORT void ScrollCanvas(CdlCanvas* canvas,
const Rect& clip,
const Vector2d& offset);
« no previous file with comments | « ui/compositor/paint_recorder.cc ('k') | ui/gfx/blit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698