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

Unified Diff: Source/core/page/PrintContext.h

Issue 1172463002: Fix print context to work under slimming paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary RuntimeEnabledFeatures include. Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/page/PrintContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PrintContext.h
diff --git a/Source/core/page/PrintContext.h b/Source/core/page/PrintContext.h
index 46650868bbe3b6bb3c1dc6a0fd377c8f3c4d2345..582ab7b95863106ad9fa64d68df4cedacb88d1e8 100644
--- a/Source/core/page/PrintContext.h
+++ b/Source/core/page/PrintContext.h
@@ -28,13 +28,14 @@
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
+class SkCanvas;
+
namespace blink {
class Element;
class LocalFrame;
class FloatRect;
class FloatSize;
-class GraphicsContext;
class IntRect;
class Node;
@@ -77,7 +78,7 @@ public:
DECLARE_VIRTUAL_TRACE();
protected:
- void outputLinkedDestinations(GraphicsContext&, const IntRect& pageRect);
+ void outputLinkedDestinations(SkCanvas*, const IntRect& pageRect);
RawPtrWillBeMember<LocalFrame> m_frame;
Vector<IntRect> m_pageRects;
« no previous file with comments | « no previous file | Source/core/page/PrintContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698