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

Unified Diff: Source/core/layout/api/LineLayoutItem.cpp

Issue 1164933006: Create LineLayout api (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: all line API implementations now in headers Created 5 years, 6 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: Source/core/layout/api/LineLayoutItem.cpp
diff --git a/Source/platform/exported/WebMemoryAllocatorDump.cpp b/Source/core/layout/api/LineLayoutItem.cpp
similarity index 62%
copy from Source/platform/exported/WebMemoryAllocatorDump.cpp
copy to Source/core/layout/api/LineLayoutItem.cpp
index b28f540081b18e3a6ea6284cfe0165f15b24576b..2510f11f2dac07ba0dc86524613526ce2f6b8ff7 100644
--- a/Source/platform/exported/WebMemoryAllocatorDump.cpp
+++ b/Source/core/layout/api/LineLayoutItem.cpp
@@ -3,11 +3,12 @@
// found in the LICENSE file.
#include "config.h"
-#include "public/platform/WebMemoryAllocatorDump.h"
+#include "core/layout/api/LineLayoutItem.h"
namespace blink {
-WebMemoryAllocatorDump::~WebMemoryAllocatorDump()
+LineLayoutItem::LineLayoutItem(LayoutObject* layoutObject)
+ : m_layoutObject(layoutObject)
{
}

Powered by Google App Engine
This is Rietveld 408576698