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

Unified Diff: third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h

Issue 2869803003: Change from ClientRect to DOMRect.
Patch Set: Change from ClientRect to DOMRect. Created 3 years, 6 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
Index: third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
diff --git a/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h b/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
index c8bba03406999ebcf2a926da86f0cb5d7b5ef120..e9505bf9985a412203b1a0a01f56d867895c0d08 100644
--- a/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
+++ b/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
@@ -149,7 +149,7 @@ class MODULES_EXPORT MediaControlsImpl final : public HTMLDivElement,
void Invalidate(Element*);
// Notify us that our controls enclosure has changed size.
- void NotifyElementSizeChanged(ClientRect* new_size);
+ void NotifyElementSizeChanged(DOMRect* new_size);
explicit MediaControlsImpl(HTMLMediaElement&);

Powered by Google App Engine
This is Rietveld 408576698