Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / geometry / LayoutRect.h
index 4eef924..2890add 100644 (file)
@@ -169,6 +169,11 @@ public:
         return LayoutRect(LayoutUnit::nearlyMin() / 2, LayoutUnit::nearlyMin() / 2, LayoutUnit::nearlyMax(), LayoutUnit::nearlyMax());
     }
 
+#ifndef NDEBUG
+    // Prints the rect to the screen.
+    void show(bool showRawValue = false) const;
+#endif
+
 private:
     LayoutPoint m_location;
     LayoutSize m_size;