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

Unified Diff: chromecast/base/cast_sys_info_dummy.cc

Issue 1117813002: Add GL strings to CastSysInfo interface and use to configure GPU (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment on ordering of GpuDataManager calls 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 | « chromecast/base/cast_sys_info_dummy.h ('k') | chromecast/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/cast_sys_info_dummy.cc
diff --git a/chromecast/base/cast_sys_info_dummy.cc b/chromecast/base/cast_sys_info_dummy.cc
index 92c39a952c0127716deb403b20674722ac2496c4..57e8beae188669ab979a00813cc55b06404a982d 100644
--- a/chromecast/base/cast_sys_info_dummy.cc
+++ b/chromecast/base/cast_sys_info_dummy.cc
@@ -64,4 +64,16 @@ std::string CastSysInfoDummy::GetApInterface() {
return "";
}
+std::string CastSysInfoDummy::GetGlVendor() {
+ return "";
+}
+
+std::string CastSysInfoDummy::GetGlRenderer() {
+ return "";
+}
+
+std::string CastSysInfoDummy::GetGlVersion() {
+ return "";
+}
+
} // namespace chromecast
« no previous file with comments | « chromecast/base/cast_sys_info_dummy.h ('k') | chromecast/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698