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

Unified Diff: Source/WebCore/platform/graphics/LayoutSize.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/LayoutRect.h ('k') | Source/WebCore/platform/graphics/MediaPlayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/LayoutSize.h
diff --git a/Source/WebCore/platform/graphics/LayoutSize.h b/Source/WebCore/platform/graphics/LayoutSize.h
index 79c769a579efa37b54f1763e78d3456b2b669a88..ef256d3b4733c2879c1667da80efc9609ce71605 100644
--- a/Source/WebCore/platform/graphics/LayoutSize.h
+++ b/Source/WebCore/platform/graphics/LayoutSize.h
@@ -35,14 +35,6 @@
#include "IntSize.h"
#include "LayoutUnit.h"
-#if PLATFORM(QT)
-#include <qglobal.h>
-QT_BEGIN_NAMESPACE
-class QSize;
-class QSizeF;
-QT_END_NAMESPACE
-#endif
-
namespace WebCore {
class LayoutPoint;
@@ -120,12 +112,6 @@ public:
return LayoutSize(m_height, m_width);
}
-#if PLATFORM(QT)
- explicit LayoutSize(const QSize&);
- explicit LayoutSize(const QSizeF&);
- operator QSizeF() const;
-#endif
-
private:
LayoutUnit m_width, m_height;
};
« no previous file with comments | « Source/WebCore/platform/graphics/LayoutRect.h ('k') | Source/WebCore/platform/graphics/MediaPlayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698