summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/frame/embedded_content_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/frame/embedded_content_view.h')
-rw-r--r--chromium/third_party/blink/renderer/core/frame/embedded_content_view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/core/frame/embedded_content_view.h b/chromium/third_party/blink/renderer/core/frame/embedded_content_view.h
index ca0dac687b8..b3a68297be9 100644
--- a/chromium/third_party/blink/renderer/core/frame/embedded_content_view.h
+++ b/chromium/third_party/blink/renderer/core/frame/embedded_content_view.h
@@ -78,10 +78,6 @@ class CORE_EXPORT EmbeddedContentView : public GarbageCollectedMixin {
virtual void SelfVisibleChanged() {}
virtual void ParentVisibleChanged() {}
void SetAttached(bool attached) { is_attached_ = attached; }
- // Location() is in frame coordinates, DocumentLocation() is in document
- // coordinates. For more information:
- // http://www.chromium.org/developers/design-documents/blink-coordinate-spaces
- IntPoint DocumentLocation() const { return frame_rect_.Location(); }
private:
// Note that frame_rect_ is actually in document coordinates, but the