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

Unified Diff: third_party/WebKit/Source/core/paint/NinePieceImageGrid.h

Issue 1901103002: Compensate for source scaling in hidpi mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DOCTYPE to added test. Created 4 years, 8 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/core/paint/NinePieceImageGrid.h
diff --git a/third_party/WebKit/Source/core/paint/NinePieceImageGrid.h b/third_party/WebKit/Source/core/paint/NinePieceImageGrid.h
index b23a07b9e479f3b915892448415b1251bba1dc92..17f4dbcf6133e96dbfd3fee85fcaedd8a6bad6eb 100644
--- a/third_party/WebKit/Source/core/paint/NinePieceImageGrid.h
+++ b/third_party/WebKit/Source/core/paint/NinePieceImageGrid.h
@@ -79,7 +79,7 @@ public:
Image::TileRule vertical;
} tileRule;
};
- NinePieceDrawInfo getNinePieceDrawInfo(NinePiece) const;
+ NinePieceDrawInfo getNinePieceDrawInfo(NinePiece, float) const;
struct Edge {
DISALLOW_NEW();

Powered by Google App Engine
This is Rietveld 408576698