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

Unified Diff: media/capture/video/win/filter_base_win.cc

Issue 2824773002: Rename ScopedComPtr::get() to ScopedComPtr::Get() (Closed)
Patch Set: Update to 5293966 Created 3 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 | « media/base/win/mf_helpers.cc ('k') | media/capture/video/win/pin_base_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/win/filter_base_win.cc
diff --git a/media/capture/video/win/filter_base_win.cc b/media/capture/video/win/filter_base_win.cc
index 166b8600146d49abfc541d18871142eba162adb7..70af2f32e21178bd57a9b7d5d78b299c9286f3d4 100644
--- a/media/capture/video/win/filter_base_win.cc
+++ b/media/capture/video/win/filter_base_win.cc
@@ -93,7 +93,7 @@ STDMETHODIMP FilterBase::FindPin(LPCWSTR id, IPin** pin) {
}
STDMETHODIMP FilterBase::QueryFilterInfo(FILTER_INFO* info) {
- info->pGraph = owning_graph_.get();
+ info->pGraph = owning_graph_.Get();
info->achName[0] = L'\0';
if (info->pGraph)
info->pGraph->AddRef();
« no previous file with comments | « media/base/win/mf_helpers.cc ('k') | media/capture/video/win/pin_base_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698