Changeset 221541 in webkit


Ignore:
Timestamp:
Sep 2, 2017 4:52:34 PM (7 years ago)
Author:
timothy_horton@apple.com
Message:

Move UI Process part of the Remote Layer Tree code out of a Mac-specific directory
https://bugs.webkit.org/show_bug.cgi?id=176273

Reviewed by Dan Bernstein.

UI-side compositing works on all Cocoa platforms, so the code should
not live inside Mac/. Also merge the Scrolling directory in here,
since those files are very related.

  • UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.h: Renamed from SourceebKit/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.h.
  • UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.messages.in: Renamed from UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.messages.in.
  • UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm: Renamed from UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm.
  • UIProcess/RemoteLayerTree/RemoteLayerTreeHost.h: Renamed from UIProcess/mac/RemoteLayerTreeHost.h.
  • UIProcess/RemoteLayerTree/RemoteLayerTreeHost.mm: Renamed from UIProcess/mac/RemoteLayerTreeHost.mm.
  • UIProcess/RemoteLayerTree/RemoteLayerTreeScrollingPerformanceData.h: Renamed from UIProcess/Cocoa/RemoteLayerTreeScrollingPerformanceData.h.
  • UIProcess/RemoteLayerTree/RemoteLayerTreeScrollingPerformanceData.mm: Renamed from UIProcess/Cocoa/RemoteLayerTreeScrollingPerformanceData.mm.
  • UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp: Renamed from UIProcess/Scrolling/RemoteScrollingCoordinatorProxy.cpp.
  • UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.h: Renamed from UIProcess/Scrolling/RemoteScrollingCoordinatorProxy.h.
  • UIProcess/RemoteLayerTree/RemoteScrollingTree.cpp: Renamed from UIProcess/Scrolling/RemoteScrollingTree.cpp.
  • UIProcess/RemoteLayerTree/RemoteScrollingTree.h: Renamed from UIProcess/Scrolling/RemoteScrollingTree.h.
  • UIProcess/RemoteLayerTree/ios/RemoteLayerTreeHostIOS.mm: Renamed from UIProcess/ios/RemoteLayerTreeHostIOS.mm.
  • UIProcess/RemoteLayerTree/ios/RemoteScrollingCoordinatorProxyIOS.mm: Renamed from UIProcess/ios/RemoteScrollingCoordinatorProxyIOS.mm.
  • UIProcess/RemoteLayerTree/ios/ScrollingTreeOverflowScrollingNodeIOS.h: Renamed from UIProcess/Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.h.
  • UIProcess/RemoteLayerTree/ios/ScrollingTreeOverflowScrollingNodeIOS.mm: Renamed from UIProcess/Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.mm.
  • WebKit.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebKit
Files:
2 added
1 deleted
4 edited
6 copied
9 moved

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r221538 r221541  
     12017-09-02  Tim Horton  <timothy_horton@apple.com>
     2
     3        Move UI Process part of the Remote Layer Tree code out of a Mac-specific directory
     4        https://bugs.webkit.org/show_bug.cgi?id=176273
     5
     6        Reviewed by Dan Bernstein.
     7
     8        UI-side compositing works on all Cocoa platforms, so the code should
     9        not live inside Mac/. Also merge the Scrolling directory in here,
     10        since those files are very related.
     11
     12        * UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.h: Renamed from SourceebKit/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.h.
     13        * UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.messages.in: Renamed from UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.messages.in.
     14        * UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm: Renamed from UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm.
     15        * UIProcess/RemoteLayerTree/RemoteLayerTreeHost.h: Renamed from UIProcess/mac/RemoteLayerTreeHost.h.
     16        * UIProcess/RemoteLayerTree/RemoteLayerTreeHost.mm: Renamed from UIProcess/mac/RemoteLayerTreeHost.mm.
     17        * UIProcess/RemoteLayerTree/RemoteLayerTreeScrollingPerformanceData.h: Renamed from UIProcess/Cocoa/RemoteLayerTreeScrollingPerformanceData.h.
     18        * UIProcess/RemoteLayerTree/RemoteLayerTreeScrollingPerformanceData.mm: Renamed from UIProcess/Cocoa/RemoteLayerTreeScrollingPerformanceData.mm.
     19        * UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp: Renamed from UIProcess/Scrolling/RemoteScrollingCoordinatorProxy.cpp.
     20        * UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.h: Renamed from UIProcess/Scrolling/RemoteScrollingCoordinatorProxy.h.
     21        * UIProcess/RemoteLayerTree/RemoteScrollingTree.cpp: Renamed from UIProcess/Scrolling/RemoteScrollingTree.cpp.
     22        * UIProcess/RemoteLayerTree/RemoteScrollingTree.h: Renamed from UIProcess/Scrolling/RemoteScrollingTree.h.
     23        * UIProcess/RemoteLayerTree/ios/RemoteLayerTreeHostIOS.mm: Renamed from UIProcess/ios/RemoteLayerTreeHostIOS.mm.
     24        * UIProcess/RemoteLayerTree/ios/RemoteScrollingCoordinatorProxyIOS.mm: Renamed from UIProcess/ios/RemoteScrollingCoordinatorProxyIOS.mm.
     25        * UIProcess/RemoteLayerTree/ios/ScrollingTreeOverflowScrollingNodeIOS.h: Renamed from UIProcess/Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.h.
     26        * UIProcess/RemoteLayerTree/ios/ScrollingTreeOverflowScrollingNodeIOS.mm: Renamed from UIProcess/Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.mm.
     27        * WebKit.xcodeproj/project.pbxproj:
     28
    1292017-09-02  Joseph Pecoraro  <pecoraro@apple.com>
    230
  • trunk/Source/WebKit/DerivedSources.make

    r221536 r221541  
    7676    $(WebKit2)/UIProcess/Notifications \
    7777    $(WebKit2)/UIProcess/Plugins \
     78    $(WebKit2)/UIProcess/RemoteLayerTree \
    7879    $(WebKit2)/UIProcess/Storage \
    7980    $(WebKit2)/UIProcess/UserContent \
  • trunk/Source/WebKit/PlatformMac.cmake

    r221536 r221541  
    254254    UIProcess/Cocoa/NavigationState.mm
    255255    UIProcess/Cocoa/PageClientImplCocoa.mm
    256     UIProcess/Cocoa/RemoteLayerTreeScrollingPerformanceData.mm
    257256    UIProcess/Cocoa/SessionStateCoding.mm
    258257    UIProcess/Cocoa/UIDelegate.mm
     
    277276    UIProcess/Plugins/mac/PluginProcessProxyMac.mm
    278277
    279     UIProcess/Scrolling/RemoteScrollingCoordinatorProxy.cpp
    280     UIProcess/Scrolling/RemoteScrollingTree.cpp
     278    UIProcess/RemoteLayerTree/RemoteLayerTreeScrollingPerformanceData.mm
     279    UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp
     280    UIProcess/RemoteLayerTree/RemoteScrollingTree.cpp
     281    UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm
     282    UIProcess/RemoteLayerTree/RemoteLayerTreeHost.mm
    281283
    282284    UIProcess/WebStorage/StorageManager.cpp
     
    287289    UIProcess/mac/LegacySessionStateCoding.cpp
    288290    UIProcess/mac/PageClientImpl.mm
    289     UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm
    290     UIProcess/mac/RemoteLayerTreeHost.mm
    291291    UIProcess/mac/RemoteWebInspectorProxyMac.mm
    292292    UIProcess/mac/SecItemShimProxy.cpp
     
    396396    "${WEBKIT2_DIR}/UIProcess/Cocoa"
    397397    "${WEBKIT2_DIR}/UIProcess/Launcher/mac"
    398     "${WEBKIT2_DIR}/UIProcess/Scrolling"
     398    "${WEBKIT2_DIR}/UIProcess/RemoteLayerTree"
     399    "${WEBKIT2_DIR}/UIProcess/RemoteLayerTree/ios"
    399400    "${WEBKIT2_DIR}/UIProcess/ios"
    400401    "${WEBKIT2_DIR}/Platform/cg"
     
    476477    UIProcess/Cocoa/WebVideoFullscreenManagerProxy.messages.in
    477478
    478     UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.messages.in
     479    UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.messages.in
     480
    479481    UIProcess/mac/SecItemShimProxy.messages.in
    480482
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r221536 r221541  
    22702270                0F08CF511D63C13A00B48DF1 /* WKFormSelectPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WKFormSelectPicker.h; path = ios/forms/WKFormSelectPicker.h; sourceTree = "<group>"; };
    22712271                0F08CF531D63C14000B48DF1 /* WKFormSelectPopover.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WKFormSelectPopover.h; path = ios/forms/WKFormSelectPopover.h; sourceTree = "<group>"; };
    2272                 0F0C365718C051BA00F607D7 /* RemoteLayerTreeHostIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RemoteLayerTreeHostIOS.mm; path = ios/RemoteLayerTreeHostIOS.mm; sourceTree = "<group>"; };
     2272                0F0C365718C051BA00F607D7 /* RemoteLayerTreeHostIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RemoteLayerTreeHostIOS.mm; sourceTree = "<group>"; };
    22732273                0F0C365918C0555800F607D7 /* LayerRepresentation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LayerRepresentation.h; path = UIProcess/Cocoa/LayerRepresentation.h; sourceTree = SOURCE_ROOT; };
    2274                 0F0C365B18C05CA100F607D7 /* RemoteScrollingCoordinatorProxyIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RemoteScrollingCoordinatorProxyIOS.mm; path = ios/RemoteScrollingCoordinatorProxyIOS.mm; sourceTree = "<group>"; };
     2274                0F0C365B18C05CA100F607D7 /* RemoteScrollingCoordinatorProxyIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RemoteScrollingCoordinatorProxyIOS.mm; sourceTree = "<group>"; };
    22752275                0F0C365D18C110A500F607D7 /* LayerRepresentation.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = LayerRepresentation.mm; path = ios/LayerRepresentation.mm; sourceTree = "<group>"; };
    22762276                0F174AA2142A4CB60039250F /* APIGeometry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = APIGeometry.h; sourceTree = "<group>"; };
     
    22812281                0F59478E187B3B3A00437857 /* RemoteScrollingCoordinator.messages.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = RemoteScrollingCoordinator.messages.in; sourceTree = "<group>"; };
    22822282                0F59478F187B3B3A00437857 /* RemoteScrollingCoordinator.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RemoteScrollingCoordinator.mm; sourceTree = "<group>"; };
    2283                 0F594794187B3B6000437857 /* RemoteScrollingCoordinatorProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RemoteScrollingCoordinatorProxy.cpp; path = Scrolling/RemoteScrollingCoordinatorProxy.cpp; sourceTree = "<group>"; };
    2284                 0F594795187B3B6000437857 /* RemoteScrollingCoordinatorProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RemoteScrollingCoordinatorProxy.h; path = Scrolling/RemoteScrollingCoordinatorProxy.h; sourceTree = "<group>"; };
    2285                 0F594796187B3B6000437857 /* RemoteScrollingTree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RemoteScrollingTree.cpp; path = Scrolling/RemoteScrollingTree.cpp; sourceTree = "<group>"; };
    2286                 0F594797187B3B6000437857 /* RemoteScrollingTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RemoteScrollingTree.h; path = Scrolling/RemoteScrollingTree.h; sourceTree = "<group>"; };
     2283                0F594794187B3B6000437857 /* RemoteScrollingCoordinatorProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RemoteScrollingCoordinatorProxy.cpp; sourceTree = "<group>"; };
     2284                0F594795187B3B6000437857 /* RemoteScrollingCoordinatorProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RemoteScrollingCoordinatorProxy.h; sourceTree = "<group>"; };
     2285                0F594796187B3B6000437857 /* RemoteScrollingTree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RemoteScrollingTree.cpp; sourceTree = "<group>"; };
     2286                0F594797187B3B6000437857 /* RemoteScrollingTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RemoteScrollingTree.h; sourceTree = "<group>"; };
    22872287                0F5947A1187B3B7D00437857 /* RemoteScrollingCoordinatorTransaction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RemoteScrollingCoordinatorTransaction.cpp; path = Scrolling/RemoteScrollingCoordinatorTransaction.cpp; sourceTree = "<group>"; };
    22882288                0F5947A2187B3B7D00437857 /* RemoteScrollingCoordinatorTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RemoteScrollingCoordinatorTransaction.h; path = Scrolling/RemoteScrollingCoordinatorTransaction.h; sourceTree = "<group>"; };
     
    22952295                0F850FE41ED7C39F00FB77A7 /* WebPerformanceLoggingClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebPerformanceLoggingClient.cpp; sourceTree = "<group>"; };
    22962296                0F850FE51ED7C39F00FB77A7 /* WebPerformanceLoggingClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebPerformanceLoggingClient.h; sourceTree = "<group>"; };
    2297                 0F931C1A18C5711900DBA7C3 /* ScrollingTreeOverflowScrollingNodeIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScrollingTreeOverflowScrollingNodeIOS.h; path = Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.h; sourceTree = "<group>"; };
    2298                 0F931C1B18C5711900DBA7C3 /* ScrollingTreeOverflowScrollingNodeIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ScrollingTreeOverflowScrollingNodeIOS.mm; path = Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.mm; sourceTree = "<group>"; };
     2297                0F931C1A18C5711900DBA7C3 /* ScrollingTreeOverflowScrollingNodeIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScrollingTreeOverflowScrollingNodeIOS.h; sourceTree = "<group>"; };
     2298                0F931C1B18C5711900DBA7C3 /* ScrollingTreeOverflowScrollingNodeIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ScrollingTreeOverflowScrollingNodeIOS.mm; sourceTree = "<group>"; };
    22992299                0FB659221208B4DB0044816C /* DrawingAreaInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DrawingAreaInfo.h; sourceTree = "<group>"; };
    23002300                0FC0856E187CE0A900780D86 /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; name = __init__.py; path = webkit/__init__.py; sourceTree = "<group>"; };
     
    46324632                        usesTabs = 0;
    46334633                };
    4634                 0F594793187B3B4C00437857 /* Scrolling */ = {
    4635                         isa = PBXGroup;
    4636                         children = (
    4637                                 0F931C1918C5711100DBA7C3 /* ios */,
    4638                                 0F594794187B3B6000437857 /* RemoteScrollingCoordinatorProxy.cpp */,
    4639                                 0F594795187B3B6000437857 /* RemoteScrollingCoordinatorProxy.h */,
    4640                                 0F594796187B3B6000437857 /* RemoteScrollingTree.cpp */,
    4641                                 0F594797187B3B6000437857 /* RemoteScrollingTree.h */,
    4642                         );
    4643                         name = Scrolling;
    4644                         sourceTree = "<group>";
    4645                 };
    46464634                0F5947A0187B3B7100437857 /* Scrolling */ = {
    46474635                        isa = PBXGroup;
     
    46514639                        );
    46524640                        name = Scrolling;
    4653                         sourceTree = "<group>";
    4654                 };
    4655                 0F931C1918C5711100DBA7C3 /* ios */ = {
    4656                         isa = PBXGroup;
    4657                         children = (
    4658                                 0F931C1A18C5711900DBA7C3 /* ScrollingTreeOverflowScrollingNodeIOS.h */,
    4659                                 0F931C1B18C5711900DBA7C3 /* ScrollingTreeOverflowScrollingNodeIOS.mm */,
    4660                         );
    4661                         name = ios;
    46624641                        sourceTree = "<group>";
    46634642                };
     
    52725251                                CDA29A221CBEB61A00901CCF /* PlaybackSessionManagerProxy.messages.in */,
    52735252                                CDA29A1F1CBEB5FB00901CCF /* PlaybackSessionManagerProxy.mm */,
    5274                                 0F707C791A1FEEA300DA7A45 /* RemoteLayerTreeScrollingPerformanceData.h */,
    5275                                 0F707C771A1FEE8300DA7A45 /* RemoteLayerTreeScrollingPerformanceData.mm */,
    52765253                                1A002D47196B345D00B9AD44 /* SessionStateCoding.h */,
    52775254                                1A002D46196B345D00B9AD44 /* SessionStateCoding.mm */,
     
    54505427                        sourceTree = "<group>";
    54515428                };
     5429                2D1551A91F5A9B420006E3FE /* RemoteLayerTree */ = {
     5430                        isa = PBXGroup;
     5431                        children = (
     5432                                2D1551AA1F5A9BA70006E3FE /* ios */,
     5433                                1AB16AE01648656D00290D62 /* RemoteLayerTreeDrawingAreaProxy.h */,
     5434                                0FF24A2F1879E4FE003ABF0C /* RemoteLayerTreeDrawingAreaProxy.messages.in */,
     5435                                1AB16ADF1648656D00290D62 /* RemoteLayerTreeDrawingAreaProxy.mm */,
     5436                                1AA3D75A1651B44F008713D0 /* RemoteLayerTreeHost.h */,
     5437                                1AA3D7591651B44F008713D0 /* RemoteLayerTreeHost.mm */,
     5438                                0F707C791A1FEEA300DA7A45 /* RemoteLayerTreeScrollingPerformanceData.h */,
     5439                                0F707C771A1FEE8300DA7A45 /* RemoteLayerTreeScrollingPerformanceData.mm */,
     5440                                0F594794187B3B6000437857 /* RemoteScrollingCoordinatorProxy.cpp */,
     5441                                0F594795187B3B6000437857 /* RemoteScrollingCoordinatorProxy.h */,
     5442                                0F594796187B3B6000437857 /* RemoteScrollingTree.cpp */,
     5443                                0F594797187B3B6000437857 /* RemoteScrollingTree.h */,
     5444                        );
     5445                        path = RemoteLayerTree;
     5446                        sourceTree = "<group>";
     5447                };
     5448                2D1551AA1F5A9BA70006E3FE /* ios */ = {
     5449                        isa = PBXGroup;
     5450                        children = (
     5451                                0F0C365718C051BA00F607D7 /* RemoteLayerTreeHostIOS.mm */,
     5452                                0F0C365B18C05CA100F607D7 /* RemoteScrollingCoordinatorProxyIOS.mm */,
     5453                                0F931C1A18C5711900DBA7C3 /* ScrollingTreeOverflowScrollingNodeIOS.h */,
     5454                                0F931C1B18C5711900DBA7C3 /* ScrollingTreeOverflowScrollingNodeIOS.mm */,
     5455                        );
     5456                        path = ios;
     5457                        sourceTree = "<group>";
     5458                };
    54525459                2D28F3DF1885CCB4004B9EAE /* ios */ = {
    54535460                        isa = PBXGroup;
     
    55085515                                0FCB4E3718BBE044000FCFC9 /* PageClientImplIOS.mm */,
    55095516                                86F9536218FF550B001DB2EF /* ProcessAssertionIOS.mm */,
    5510                                 0F0C365718C051BA00F607D7 /* RemoteLayerTreeHostIOS.mm */,
    5511                                 0F0C365B18C05CA100F607D7 /* RemoteScrollingCoordinatorProxyIOS.mm */,
    55125517                                51E6C15F1F29355100FD3437 /* ResourceLoadStatisticsPersistentStorageIOS.mm */,
    55135518                                2DAF06D418BD1A470081CEB1 /* SmartMagnificationController.h */,
     
    68576862                                31A2EC401489973700810D71 /* Notifications */,
    68586863                                1AEFCC0511D01F34008219D3 /* Plugins */,
    6859                                 0F594793187B3B4C00437857 /* Scrolling */,
     6864                                2D1551A91F5A9B420006E3FE /* RemoteLayerTree */,
    68606865                                517DD5BB180DA7C40081660B /* Storage */,
    68616866                                1AAF089E192681AC00B6390C /* UserContent */,
     
    77017706                                0FCB4E5818BBE3D9000FCFC9 /* PageClientImplMac.h */,
    77027707                                0FCB4E5918BBE3D9000FCFC9 /* PageClientImplMac.mm */,
    7703                                 1AB16AE01648656D00290D62 /* RemoteLayerTreeDrawingAreaProxy.h */,
    7704                                 0FF24A2F1879E4FE003ABF0C /* RemoteLayerTreeDrawingAreaProxy.messages.in */,
    7705                                 1AB16ADF1648656D00290D62 /* RemoteLayerTreeDrawingAreaProxy.mm */,
    7706                                 1AA3D75A1651B44F008713D0 /* RemoteLayerTreeHost.h */,
    7707                                 1AA3D7591651B44F008713D0 /* RemoteLayerTreeHost.mm */,
    77087708                                A5D3504D1D78F0D2005124A9 /* RemoteWebInspectorProxyMac.mm */,
    77097709                                E18E6909169B563F009B6670 /* SecItemShimProxy.cpp */,
Note: See TracChangeset for help on using the changeset viewer.