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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 2620383004: Fix graphics layer backing and offset for composited selection handles. (Closed)
Patch Set: none 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/core/layout/LayoutObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
index 830f3d90684fa3bb67f2c112649e4fe8c16f383b..3b28df12550cf8720dad571dd0bd6206e632dd34 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -1204,12 +1204,6 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
return localToAncestorTransform(nullptr, mode);
}
- // Convert a local point into the coordinate system of backing coordinates.
- // Also returns the backing layer if needed.
- FloatPoint localToInvalidationBackingPoint(
- const LayoutPoint&,
- PaintLayer** backingLayer = nullptr);
-
// Return the offset from the container() layoutObject (excluding transforms
// and multicol).
virtual LayoutSize offsetFromContainer(const LayoutObject*) const;
« no previous file with comments | « third_party/WebKit/Source/core/editing/RenderedPosition.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698