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

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

Issue 2119033003: Fix alignment issue of ContiguousContainer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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/ForeignLayerDisplayItem.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
index 715d0ec381253902856fc1f07164dd0c7d5e3119..33c25f8e1ee04c0cd500e27c17294a485495d704 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
@@ -25,7 +25,7 @@ class WebLayer;
//
// Before SPv2, this content is not painted, but is instead inserted into the
// GraphicsLayer tree.
-class PLATFORM_EXPORT ForeignLayerDisplayItem final : public DisplayItem {
+class PLATFORM_EXPORT ForeignLayerDisplayItem final : public DisplayItemBase<ForeignLayerDisplayItem> {
public:
ForeignLayerDisplayItem(
const DisplayItemClient&, Type,

Powered by Google App Engine
This is Rietveld 408576698