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

Unified Diff: third_party/WebKit/Source/web/PageWidgetDelegate.cpp

Issue 2713673005: client-goodbye
Patch Set: Created 3 years, 10 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/web/PageWidgetDelegate.cpp
diff --git a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
index 090854bdf2dea6579b43149093d9bfd2eb938521..ece4a31f0758b0a3f253945e160f9d0a0d43aa1b 100644
--- a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
+++ b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
@@ -79,7 +79,9 @@ static void paintInternal(Page& page,
AffineTransform scale;
scale.scale(scaleFactor);
- TransformRecorder scaleRecorder(paintContext, builder, scale);
+ TransformRecorder scaleRecorder(
+ paintContext, scale, builder.visualRect(), builder.debugName(),
+ builder.paintedOutputOfObjectHasNoEffectRegardlessOfSize());
IntRect dirtyRect(rect);
FrameView* view = root.view();
« no previous file with comments | « third_party/WebKit/Source/web/LinkHighlightImpl.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698