| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index ba39888b9286a4dd9d4ea94cbf3e9872c23ea90e..271c618b7d1e68070c54a25a101dc15c6148e12b 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -283,7 +283,9 @@ public:
|
| virtual void fullScreenRendererChanged(RenderBox*) { }
|
| virtual void setRootFullScreenLayer(GraphicsLayer*) { }
|
|
|
| +#if ENABLE(TOUCH_EVENTS)
|
| virtual void needTouchEvents(bool) = 0;
|
| +#endif
|
|
|
| virtual bool selectItemWritingDirectionIsNatural() = 0;
|
| virtual bool selectItemAlignmentFollowsMenuWritingDirection() = 0;
|
|
|