Changeset 186963 in webkit


Ignore:
Timestamp:
Jul 17, 2015 12:35:57 PM (9 years ago)
Author:
andersca@apple.com
Message:

ScrollView.h should be self-contained
https://bugs.webkit.org/show_bug.cgi?id=147004

Reviewed by Sam Weinig.

  • platform/ScrollView.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r186961 r186963  
     12015-07-17  Anders Carlsson  <andersca@apple.com>
     2
     3        ScrollView.h should be self-contained
     4        https://bugs.webkit.org/show_bug.cgi?id=147004
     5
     6        Reviewed by Sam Weinig.
     7
     8        * platform/ScrollView.h:
     9
    1102015-07-17  Brady Eidson  <beidson@apple.com>
    211
  • trunk/Source/WebCore/platform/ScrollView.h

    r186392 r186963  
    3838
    3939#if PLATFORM(IOS)
    40 #ifdef __OBJC__
    41 @class WAKScrollView;
    42 @class WAKView;
    43 #else
    44 class WAKScrollView;
    45 class WAKView;
    46 #endif
     40OBJC_CLASS WAKScrollView;
     41OBJC_CLASS WAKView;
    4742
    4843#ifndef NSScrollView
     
    5651
    5752#if PLATFORM(COCOA) && defined __OBJC__
     53@class NSScrollView;
    5854@protocol WebCoreFrameScrollView;
    5955#endif
Note: See TracChangeset for help on using the changeset viewer.