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

Unified Diff: ash/touch/touchscreen_util.cc

Issue 1924703002: Rename gfx::Display/Screen to display::Display/Screen in ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « ash/touch/touch_transformer_controller_unittest.cc ('k') | ash/utility/partial_screenshot_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touchscreen_util.cc
diff --git a/ash/touch/touchscreen_util.cc b/ash/touch/touchscreen_util.cc
index 224a06b632edde5099a62067daafa59c12037000..88df3dd38a3f82df3ab4a0c9a545fbdca25ced01 100644
--- a/ash/touch/touchscreen_util.cc
+++ b/ash/touch/touchscreen_util.cc
@@ -21,7 +21,7 @@ using DeviceList = std::vector<const ui::TouchscreenDevice*>;
// Helper method to associate |display| and |device|.
void Associate(DisplayInfo* display, const ui::TouchscreenDevice* device) {
display->AddInputDevice(device->id);
- display->set_touch_support(gfx::Display::TOUCH_SUPPORT_AVAILABLE);
+ display->set_touch_support(display::Display::TOUCH_SUPPORT_AVAILABLE);
}
// Returns true if |path| is likely a USB device.
@@ -109,7 +109,7 @@ void AssociateUdlDevices(DisplayInfoList* displays, DeviceList* devices) {
// Returns true if |display| is internal.
bool IsInternalDisplay(DisplayInfo* display) {
- return gfx::Display::IsInternalDisplayId(display->id());
+ return display::Display::IsInternalDisplayId(display->id());
}
// Returns true if |device| is internal.
« no previous file with comments | « ash/touch/touch_transformer_controller_unittest.cc ('k') | ash/utility/partial_screenshot_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698