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

Unified Diff: ui/ozone/platform/dri/chromeos/display_message_handler.h

Issue 522463005: [Ozone-GBM] Handle GPU crashes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reland of: [Ozone-GBM] Handle GPU crashes Created 6 years, 3 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 | « ui/ozone/platform/dri/channel_observer.h ('k') | ui/ozone/platform/dri/chromeos/display_message_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/chromeos/display_message_handler.h
diff --git a/ui/ozone/platform/dri/chromeos/display_message_handler.h b/ui/ozone/platform/dri/chromeos/display_message_handler.h
index 4f67ca335e62322ab96de3de620f910b8d7b36a7..f07124febd3becbe76ba44d7e3c55da0c99aa40c 100644
--- a/ui/ozone/platform/dri/chromeos/display_message_handler.h
+++ b/ui/ozone/platform/dri/chromeos/display_message_handler.h
@@ -32,7 +32,8 @@ class DisplayMessageHandler : public GpuPlatformSupport {
private:
void OnForceDPMSOn();
- void OnRefreshNativeDisplays();
+ void OnRefreshNativeDisplays(
+ const std::vector<DisplaySnapshot_Params>& cached_displays);
void OnConfigureNativeDisplay(int64_t id,
const DisplayMode_Params& mode,
const gfx::Point& origin);
« no previous file with comments | « ui/ozone/platform/dri/channel_observer.h ('k') | ui/ozone/platform/dri/chromeos/display_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698