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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: More fixes - things build fine at this point. Created 3 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/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 230bf8ccc4c2ef65617599996c01aa7273c77b75..8fa173c9ce7e72b2700c891fa17d6994b7bc0174 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -532,9 +532,6 @@ class CORE_EXPORT Document : public ContainerNode,
NOTREACHED();
}
- // If you have a Document, use layoutView() instead which is faster.
- void layoutObject() const = delete;
-
LayoutView* layoutView() const { return m_layoutView; }
LayoutViewItem layoutViewItem() const;
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSTokenizerTest.cpp ('k') | third_party/WebKit/Source/core/dom/ElementTraversal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698