gtk: Set WebKit's style from current theme.

This commit is contained in:
Cheng Zhao 2014-01-15 14:31:26 +00:00
parent 0398577e93
commit 6912a0513a
2 changed files with 44 additions and 0 deletions

View file

@ -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*);