| Index: ash/display/display_controller.h
|
| diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
|
| index aee21041cdac343a2aa43d336bad7f5a000ed48c..a271fc3a73a70129a83ffeabb066395f9a532b74 100644
|
| --- a/ash/display/display_controller.h
|
| +++ b/ash/display/display_controller.h
|
| @@ -174,6 +174,10 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver,
|
|
|
| void UpdateHostWindowNames();
|
|
|
| + // Updates the TouchCTM for touch device and pushes the new TouchCTM into
|
| + // device manager.
|
| + void UpdateTouchCTM();
|
| +
|
| class DisplayChangeLimiter {
|
| public:
|
| DisplayChangeLimiter();
|
|
|