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

Unified Diff: Source/WebCore/platform/chromium/WidgetChromium.cpp

Issue 13544008: Remove PlatformWidget references (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: Source/WebCore/platform/chromium/WidgetChromium.cpp
diff --git a/Source/WebCore/platform/chromium/WidgetChromium.cpp b/Source/WebCore/platform/chromium/WidgetChromium.cpp
index 018e7c5a5ae35f838cf6c368c0d4e6af3d0611fc..32db1509503f28ad036aeafde78c8afc0a4a13d8 100644
--- a/Source/WebCore/platform/chromium/WidgetChromium.cpp
+++ b/Source/WebCore/platform/chromium/WidgetChromium.cpp
@@ -37,9 +37,9 @@
namespace WebCore {
-Widget::Widget(PlatformWidget widget)
+Widget::Widget()
{
- init(widget);
+ init();
}
Widget::~Widget()

Powered by Google App Engine
This is Rietveld 408576698