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

Unified Diff: chromecast/public/cast_sys_info.h

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: 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
Index: chromecast/public/cast_sys_info.h
diff --git a/chromecast/public/cast_sys_info.h b/chromecast/public/cast_sys_info.h
index 95d1da6e664f0e7cb50e79d8c498537fe1be7dd0..f683a617570fe6bc2e4ac33a633fa7e59b6fe1c1 100644
--- a/chromecast/public/cast_sys_info.h
+++ b/chromecast/public/cast_sys_info.h
@@ -55,6 +55,11 @@ class CastSysInfo {
virtual std::string GetWifiInterface() = 0;
// Returns the name of the software AP interface.
virtual std::string GetApInterface() = 0;
+
+ // Returns the vendor name of the GPU.
+ virtual std::string GetGpuVendor() = 0;
+ // Returns the model name of the GPU.
+ virtual std::string GetGpuModel() = 0;
};
} // namespace chromecast

Powered by Google App Engine
This is Rietveld 408576698