gtk: Set WebKit's style from current theme.
This commit is contained in:
parent
0398577e93
commit
6912a0513a
2 changed files with 44 additions and 0 deletions
|
@ -60,6 +60,9 @@ class NativeWindowGtk : public NativeWindow {
|
|||
const std::vector<DraggableRegion>& regions) OVERRIDE;
|
||||
|
||||
private:
|
||||
// Set WebKit's style from current theme.
|
||||
void SetWebKitColorStyle();
|
||||
|
||||
CHROMEGTK_CALLBACK_1(NativeWindowGtk, gboolean, OnWindowDeleteEvent,
|
||||
GdkEvent*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue