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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h

Issue 2690583002: Make cc/paint have concrete types (Closed)
Patch Set: PaintRecord as typedef, fixup playback calls Created 3 years, 9 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
Index: third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h b/third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h
index c31f9ea66fb4fff2548335f737a744f903d5a2e2..02aaae5a3d082c6e54e351a96b197401de594241 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h
@@ -10,7 +10,6 @@
namespace blink {
using cc::PaintCanvas;
using cc::PaintCanvasAutoRestore;
-using cc::PaintCanvasPassThrough;
using cc::ToPixmap;
}

Powered by Google App Engine
This is Rietveld 408576698