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

Unified Diff: ui/ozone/platform/drm/gpu/drm_device.h

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase 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: ui/ozone/platform/drm/gpu/drm_device.h
diff --git a/ui/ozone/platform/drm/gpu/drm_device.h b/ui/ozone/platform/drm/gpu/drm_device.h
index 6fc2e495bf9afa1ead66da524ef6270c79b04e8f..9100f6e58e870f03cd5b6a8fa4f8a86d065e31c4 100644
--- a/ui/ozone/platform/drm/gpu/drm_device.h
+++ b/ui/ozone/platform/drm/gpu/drm_device.h
@@ -158,8 +158,11 @@ class OZONE_EXPORT DrmDevice : public base::RefCountedThreadSafe<DrmDevice> {
virtual bool CommitProperties(drmModePropertySet* properties,
uint32_t flags,
+ bool is_sync,
const PageFlipCallback& callback);
+ virtual bool SetCapability(uint64_t capability, uint64_t value);
+
// Drm master related
virtual bool SetMaster();
virtual bool DropMaster();
« no previous file with comments | « ui/file_manager/integration_tests/file_manager/suggest_app_dialog.js ('k') | ui/ozone/platform/drm/gpu/drm_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698