Commit a32a5024 authored by bweinstein@apple.com's avatar bweinstein@apple.com

Roll out r54088 because the functions were already in

IWebPreferencesPrivate, so they should stay there.


git-svn-id: svn://svn.chromium.org/blink/trunk@54090 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent c79091e6
2010-01-29 Brian Weinstein <bweinstein@apple.com>
Rubber-stamped by Adam Roben.
Move customDragCursorEnabled preference functions from
IWebPreferences to IWebPreferencesPrivate.
* Interfaces/IWebPreferences.idl: Moved customDragFunctions from here...
* Interfaces/IWebPreferencesPrivate.idl: To here.
* Interfaces/WebKit.idl: Touched to make sure we rebuild.
2010-01-29 Brian Weinstein <bweinstein@apple.com> 2010-01-29 Brian Weinstein <bweinstein@apple.com>
Reviewed by Adam Roben. Reviewed by Adam Roben.
......
...@@ -186,7 +186,4 @@ interface IWebPreferences : IUnknown ...@@ -186,7 +186,4 @@ interface IWebPreferences : IUnknown
HRESULT setZoomsTextOnly(BOOL zoomsTextOnly); HRESULT setZoomsTextOnly(BOOL zoomsTextOnly);
HRESULT zoomsTextOnly(BOOL *zoomsTextOnly); HRESULT zoomsTextOnly(BOOL *zoomsTextOnly);
HRESULT setCustomDragCursorsEnabled([in] BOOL customDragCursorsEnabled);
HRESULT customDragCursorsEnabled([out, retval] BOOL* customDragCursorsEnabled);
} }
...@@ -94,4 +94,7 @@ interface IWebPreferencesPrivate : IUnknown ...@@ -94,4 +94,7 @@ interface IWebPreferencesPrivate : IUnknown
HRESULT setAcceleratedCompositingEnabled([in] BOOL); HRESULT setAcceleratedCompositingEnabled([in] BOOL);
HRESULT acceleratedCompositingEnabled([out, retval] BOOL*); HRESULT acceleratedCompositingEnabled([out, retval] BOOL*);
HRESULT setCustomDragCursorsEnabled([in] BOOL);
HRESULT customDragCursorsEnabled([out, retval] BOOL*);
} }
...@@ -294,3 +294,4 @@ library WebKit ...@@ -294,3 +294,4 @@ library WebKit
[default] interface IWebGeolocationPosition; [default] interface IWebGeolocationPosition;
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment