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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsContext.h

Issue 2667363004: Fix the painting of document markers under zoom and variable DPI (Closed)
Patch Set: New baselines Created 3 years, 11 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/GraphicsContext.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
index 03c57c8beb2fe2412be0b3824b3c75ac5dfaff38..1b8bb72be88a6a81a4140c8f9e1d70b7a0cc5cba 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
@@ -270,7 +270,8 @@ class PLATFORM_EXPORT GraphicsContext {
};
void drawLineForDocumentMarker(const FloatPoint&,
float width,
- DocumentMarkerLineStyle);
+ DocumentMarkerLineStyle,
+ float zoom);
// beginLayer()/endLayer() behave like save()/restore() for CTM and clip
// states. Apply SkBlendMode when the layer is composited on the backdrop

Powered by Google App Engine
This is Rietveld 408576698