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

Unified Diff: Source/core/imagebitmap/ImageBitmapFactories.cpp

Issue 1111173002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Incorporating Review Comments Created 5 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 | « no previous file | Source/core/inspector/DOMPatchSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/imagebitmap/ImageBitmapFactories.cpp
diff --git a/Source/core/imagebitmap/ImageBitmapFactories.cpp b/Source/core/imagebitmap/ImageBitmapFactories.cpp
index 0028f35485afb30bacb6193cb81adabd19e1a7a6..a75809650543a58b1fa9f236414d7c935c1c5afb 100644
--- a/Source/core/imagebitmap/ImageBitmapFactories.cpp
+++ b/Source/core/imagebitmap/ImageBitmapFactories.cpp
@@ -60,7 +60,7 @@ static LayoutSize sizeFor(HTMLImageElement* image)
static IntSize sizeFor(HTMLVideoElement* video)
{
- if (blink::WebMediaPlayer* webMediaPlayer = video->webMediaPlayer())
+ if (WebMediaPlayer* webMediaPlayer = video->webMediaPlayer())
return webMediaPlayer->naturalSize();
return IntSize();
}
« no previous file with comments | « no previous file | Source/core/inspector/DOMPatchSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698