IVGCVSW-2927 Fix Streamline annotations

Change-Id: Ia3f4852e6ba1358c6798210ecf94105a130cb1b9
Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
diff --git a/src/armnn/Profiling.hpp b/src/armnn/Profiling.hpp
index 0fb60d3..0b2e46d 100644
--- a/src/armnn/Profiling.hpp
+++ b/src/armnn/Profiling.hpp
@@ -57,7 +57,7 @@
     void Print(std::ostream& outStream) const override;
 
     // Gets the color to render an event with, based on which device it denotes.
-    uint32_t GetEventColor(Compute compute) const;
+    uint32_t GetEventColor(const BackendId& backendId) const;
 
 private:
     using EventPtr = std::unique_ptr<Event>;