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

Unified Diff: Source/WebCore/platform/graphics/LayoutPoint.h

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. 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
« no previous file with comments | « Source/WebCore/platform/graphics/ImageBufferData.h ('k') | Source/WebCore/platform/graphics/LayoutRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/LayoutPoint.h
diff --git a/Source/WebCore/platform/graphics/LayoutPoint.h b/Source/WebCore/platform/graphics/LayoutPoint.h
index accad767bb02fa685cc2bcdf2f4b2660e15a4b27..e4de3c8bca8898c28847251a55b1f8336132c88f 100644
--- a/Source/WebCore/platform/graphics/LayoutPoint.h
+++ b/Source/WebCore/platform/graphics/LayoutPoint.h
@@ -35,14 +35,6 @@
#include "LayoutSize.h"
#include <wtf/MathExtras.h>
-#if PLATFORM(QT)
-#include <qglobal.h>
-QT_BEGIN_NAMESPACE
-class QPoint;
-class QPointF;
-QT_END_NAMESPACE
-#endif
-
namespace WebCore {
class LayoutPoint {
@@ -90,12 +82,6 @@ public:
return LayoutPoint(m_y, m_x);
}
-#if PLATFORM(QT)
- explicit LayoutPoint(const QPoint&);
- explicit LayoutPoint(const QPointF&);
- operator QPointF() const;
-#endif
-
private:
LayoutUnit m_x, m_y;
};
« no previous file with comments | « Source/WebCore/platform/graphics/ImageBufferData.h ('k') | Source/WebCore/platform/graphics/LayoutRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698