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

Unified Diff: Source/core/html/track/VideoTrack.cpp

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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 | « Source/core/html/track/TrackListBase.h ('k') | Source/core/html/track/VideoTrackList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/VideoTrack.cpp
diff --git a/Source/core/html/track/VideoTrack.cpp b/Source/core/html/track/VideoTrack.cpp
index 06798b2ac5529c7c0e15623dec03cbdfaa62781b..30f968437d7a42ee52641e8f44431edddcc808f1 100644
--- a/Source/core/html/track/VideoTrack.cpp
+++ b/Source/core/html/track/VideoTrack.cpp
@@ -33,7 +33,7 @@ void VideoTrack::setSelected(bool selected)
m_selected = selected;
if (mediaElement()) {
- blink::WebMediaPlayer::TrackId selectedTrackId = trackId();
+ WebMediaPlayer::TrackId selectedTrackId = trackId();
mediaElement()->selectedVideoTrackChanged(selected ? &selectedTrackId : 0);
}
}
@@ -90,4 +90,4 @@ AtomicString VideoTrack::defaultKind() const
return emptyAtom;
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/html/track/TrackListBase.h ('k') | Source/core/html/track/VideoTrackList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698