Changeset 161289 in webkit


Ignore:
Timestamp:
Jan 3, 2014 3:25:46 PM (10 years ago)
Author:
thiago.lacerda@openbossa.org
Message:

[WK2][CoordinatedGraphics] Removing repeated protected keyword in WebView
https://bugs.webkit.org/show_bug.cgi?id=126462

Reviewed by Simon Fraser.

  • UIProcess/CoordinatedGraphics/WebView.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r161272 r161289  
     12014-01-03  Thiago de Barros Lacerda  <thiago.lacerda@openbossa.org>
     2
     3        [WK2][CoordinatedGraphics] Removing repeated protected keyword in WebView
     4        https://bugs.webkit.org/show_bug.cgi?id=126462
     5
     6        Reviewed by Simon Fraser.
     7
     8        * UIProcess/CoordinatedGraphics/WebView.h:
     9
    1102014-01-03  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.h

    r161228 r161289  
    205205#endif
    206206
    207 protected:
    208207    WebViewClient m_client;
    209208    RefPtr<WebPageProxy> m_page;
Note: See TracChangeset for help on using the changeset viewer.