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

Unified Diff: Source/WebCore/platform/graphics/LayoutRect.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/LayoutPoint.h ('k') | Source/WebCore/platform/graphics/LayoutSize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/LayoutRect.h
diff --git a/Source/WebCore/platform/graphics/LayoutRect.h b/Source/WebCore/platform/graphics/LayoutRect.h
index eb5b549de01f1130ad7f31ab08f086d20aa84936..0b8cd7ca732896bc2da4d8d63d8512051369beb3 100644
--- a/Source/WebCore/platform/graphics/LayoutRect.h
+++ b/Source/WebCore/platform/graphics/LayoutRect.h
@@ -36,14 +36,6 @@
#include "LayoutPoint.h"
#include <wtf/Vector.h>
-#if PLATFORM(QT)
-#include <qglobal.h>
-QT_BEGIN_NAMESPACE
-class QRect;
-class QRectF;
-QT_END_NAMESPACE
-#endif
-
namespace WebCore {
class FloatRect;
@@ -176,12 +168,6 @@ public:
return LayoutRect(LayoutUnit::nearlyMin() / 2, LayoutUnit::nearlyMin() / 2, LayoutUnit::nearlyMax(), LayoutUnit::nearlyMax());
}
-#if PLATFORM(QT)
- explicit LayoutRect(const QRect&);
- explicit LayoutRect(const QRectF&);
- operator QRectF() const;
-#endif
-
private:
LayoutPoint m_location;
LayoutSize m_size;
« no previous file with comments | « Source/WebCore/platform/graphics/LayoutPoint.h ('k') | Source/WebCore/platform/graphics/LayoutSize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698