summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/gpu_video_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/gpu/gpu_video_service.cc')
-rw-r--r--chrome/gpu/gpu_video_service.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/gpu/gpu_video_service.cc b/chrome/gpu/gpu_video_service.cc
index 03025b8..ca9d482 100644
--- a/chrome/gpu/gpu_video_service.cc
+++ b/chrome/gpu/gpu_video_service.cc
@@ -23,6 +23,11 @@ GpuVideoService::~GpuVideoService() {
UnintializeGpuVideoService();
}
+// static
+GpuVideoService* GpuVideoService::GetInstance() {
+ return Singleton<GpuVideoService>::get();
+}
+
void GpuVideoService::OnChannelConnected(int32 peer_pid) {
LOG(ERROR) << "GpuVideoService::OnChannelConnected";
}